home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
cli
/
system2.arc
/
KILL.XSL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1985-11-20
|
234 b
|
18 lines
* KILL.XSL
* System2 XSL file
* Delete with check
echo "Are you sure that you wish to delete "%1"?"
echo
input %sure "Type y or n>"
if equal %sure "Y"
rm %1
else
echo "Delete aborted"
echo
endif
unset %sure